home *** CD-ROM | disk | FTP | other *** search
- ;//********* MULTIJOUEUR - SELECT SERVER (M3) *********
- new Container
- {
- name "container_multijoueur_select_server"
- z 1
-
- background "data/menus/i_bg_multijoueur_640_0.nif"
-
- on_idle ActionIdleManager
- {
- current_menu 9
- }
-
- new MenuButton
- {
- name "titre_fenetre_mutlijoueur_select"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Multiplayer"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new MenuButton
- {
- name "background_joindre_une_partie"
- x 0.345
- y 0.85
- z 0.9
- size_x 0.30
- size_y 0.075
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new FastFont
- {
- ;// Joindre une partie
- x 0.3675
- y 0.87
- ratio 0.285
- text "Select a server"
- }
- new FastFont
- {
- ;// Title header
- x 0.35
- y 0.795
- ratio 0.22
- text " Name| No.|Ping|State"
- multi_column (0.25,0.08,0.08,0.02)
- }
- new FastFont
- {
- ;// Title header 2
- x 0.35
- y 0.77
- ratio 0.22
- text "|Players|(ping)|"
- multi_column (0.25,0.08,0.08,0.02)
- }
- new List
- {
- name "mp_server_list"
- x 0.34
- y 0.42
- z 0.9
- size_x 0.50
- size_y 0.35
- background "data/menus/i_carre_listbox.nif"
- multi_column (0.25,0.08,0.08,0.02)
-
- ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
- ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
- SliderFile "data/menus/i_progress_bouton.nif"
- SliderBackGndFile "data/menus/i_progress_bar.nif"
- ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
- ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
-
- selection_type 0
- display_type 1
- }
- new FastFont
- {
- x 0.56
- y 0.32
- ratio 0.25
- text "TCP/IP port :"
- }
- new TextBox
- {
- name "multijoueur_join_port"
- x 0.715
- y 0.315
- size_x 0.08
- size_y 0.04
- keepFocusOnEnter 1
- generateEnterOnMissClick 0
-
- initial_image "data/menus/i_textbox.nif"
- cursor_image "Data/menus/i_texte_curseur.nif"
-
- text_x 0.03
- text_y 0.03
- text_size_x 0.94
-
- char_ratio_x 0.3
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- }
- new MenuButton
- {
- name "multijoueur_join_refresh"
- ;// Refresh
- x 0.855
- y 0.665
- text "Refresh"
-
- ;// eMP_JOIN_REFRESH
- state_manager "43"
- }
- new MenuButton
- {
- name "multijoueur_join_join"
- ;// Joindre
- x 0.855
- y 0.555
- text "Join"
-
- ;// eMP_JOIN_JOIN
- state_manager "44"
- }
- new MenuButton
- {
- x 0.855
- y 0.445
- text "Specify"
- text2 "IP Address"
-
- warp_to "container_multijoueur_specify_server"
- }
- new MenuButton
- {
- ;// retour
- x 0.74
- y 0.07
- text "Back"
- ;// eMP_JOIN_BACK
- state_manager "46"
-
- change_script "menu_principal.txt"
- change_container "container_menu_principal"
- }
- }
-
- ;//********* MULTIJOUEUR - JOIN SPECIFIC IP ADDRESS (M3-2 ?) *********
- new Container
- {
- name "container_multijoueur_specify_server"
- z 1
-
- background "data/menus/i_bg_multijoueur_640_0.nif"
-
- on_idle ActionIdleManager
- {
- current_menu 11
- }
- new MenuButton
- {
- name "titre_fenetre_mutlijoueur_select"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Multiplayer"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new FastFont
- {
- x 0.31
- y 0.82
- ratio 0.5
- text "Specify IP Address"
- }
- new Button
- {
- ;// fond
- x 0.30
- y 0.40
- z 0.9
- size_x 0.6
- size_y 0.4
- state_normal ActionAnimableImage
- {
- list ("data/menus/i_carre_pop_up.nif")
- }
- }
- new FastFont
- {
- x 0.44
- y 0.69
- ratio 0.3
-
- text "Enter complete address:"
- initial_color <1,1,1,1>
- }
- new TextBox
- {
- name "mp_specify_address"
- x 0.37
- y 0.63
- size_x 0.45
- size_y 0.04
- keepFocusOnEnter 1
- generateEnterOnMissClick 0
-
- initial_image "data/menus/i_textbox.nif"
- cursor_image "Data/menus/i_texte_curseur.nif"
-
- text_x 0.03
- text_y 0.03
- text_size_x 0.94
-
- char_ratio_x 0.3
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- }
- new MenuButton
- {
- name "mp_specify_address_ok"
- x 0.55
- y 0.47
- text "Connect"
-
- ;// eMP_JOIN_SPECIFY
- state_manager "45"
- }
- new MenuButton
- {
- ;// retour
- x 0.74
- y 0.07
- text "Back"
-
- warp_to "container_multijoueur_select_server"
- }
- }
-